DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / Item Property

In This Topic
    Item Property (C1SelectDataCollection<S,T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public override T this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also